home *** CD-ROM | disk | FTP | other *** search
/ Turnbull China Bikeride / Turnbull China Bikeride - Disc 2.iso / BARNET / FREENET / SARGEANT / RISCNEWS < prev    next >
Text File  |  1997-04-26  |  3KB  |  52 lines

  1. /*
  2.  * ------------------------------------------------------------------
  3.  * | Desktop Application to display headers read in from spool file |
  4.  * | Program idea and initial implementation (c) MJK Isherwood 1996 |
  5.  * ==================================================================
  6.  */
  7.  
  8. /*******************
  9.  *  History  Here  *
  10.  *******************/
  11. /*************************************************************************
  12.  *  Date       Modified by       Details                                 *
  13.  *  --------   -----------       -------                                 *
  14.  *  04/07/96   Mike Isherwood    Initial coding: examining method by     *
  15.  *             D H Parry         reading Tab Separated Fields in a file  *
  16.  *  07/07/96   Mike Isherwood    Desktop version, written for RISC_OSLib *
  17.  *                               using help from Risc User magazine/disc *
  18.  *                               and released for discussion on Arcade   *
  19.  *  08/07/96   Richard Sargeant  Complete re-write from scratch - Sorry! *
  20.  *  09/07/96   Richard Sargeant  Tidy up & some comments added to source *
  21.  *                               Tested sources compile happily with C-4 *
  22.  *                               Added menu to select the header to show *
  23.  *  13/07/96   Richard Sargeant  Added savebox window to Templates file  *
  24.  *                               Wrote simple function to write out IDs  *
  25.  *                               Joined savebox window to a new submenu  *
  26.  *                               and completed routines to save out file *
  27.  *  19/07/96   Richard Sargeant  Closes save window when icon drag done  *
  28.  *                               Highlighted articles in different cols  *
  29.  *                               Ticks header displayed in headers menu  *
  30.  *  20/07/96   Richard Sargeant  Save IDs option moved to new submenu    *
  31.  *                               with other options to clear selection,  *
  32.  *                               select all and fetch selected (n/f)     *
  33.  *                               Created configuration window, displayed *
  34.  *                               when ADJUST clicked on iconbar icon...  *
  35.  *                               Moved code for own common wimp routines *
  36.  *                               to separate file from the !RiscNews app *
  37.  *  22/07/96   Richard Sargeant  Sort menu implemented and tested        *
  38.  *  26/07/96   Richard Sargeant  Internal reorganisation for flexlib use *
  39.  *  31/07/96   Richard Sargeant  Found bug to fix that happened when the *
  40.  *                                 flex_heap shifted at a bad moment...    *
  41.  *  01/08/96   Richard Sargeant  Shifting heap bug fixed now - I hope!   *
  42.  *                               Replaced puts() inside screen redraw    *
  43.  *                               handler, now making it 1/3rd faster     *
  44.  *                                                                       *
  45.  */
  46.  
  47. /*
  48.    New version written and (C) Richard Sargeant 1996, compiled
  49.    using some existing routines I have done and linked to the
  50.    excellent OSLib library by Jonathan Coxhead (ex-Acorn staff)
  51. */
  52.